projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f82d932
)
List locally removed files in vc-dir with SVN back-end
author
Alfred M. Szmidt
<ams@gnu.org>
Fri, 8 Sep 2017 09:14:58 +0000
(12:14 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 8 Sep 2017 09:14:58 +0000
(12:14 +0300)
* lisp/vc/vc-svn.el (vc-svn-after-dir-status): List files marked
with ?! as needs-update.
Copyright-paperwork-exempt: yes
lisp/vc/vc-svn.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-svn.el
b/lisp/vc/vc-svn.el
index db16eb202de28840d2c67efacf827a16e1892351..a67c2264d807dd38d8c64436652d816be3c03f0b 100644
(file)
--- a/
lisp/vc/vc-svn.el
+++ b/
lisp/vc/vc-svn.el
@@
-184,6
+184,7
@@
switches."
(?M . edited)
(?D . removed)
(?R . removed)
+ (?! . needs-update)
(?? . unregistered)
;; This is what vc-svn-parse-status does.
(?~ . edited)))